Bump version to 9.2.0#9
Merged
somanysteves merged 1 commit intomasterfrom Apr 28, 2026
Merged
Conversation
Cuts a release containing the new perf bench harness, DeferWindowPos batching in Tiler_stackTiles, ShowWindowAsync hide/show in Monitor_activateView, deferred Manager_validateAlive, and the PR-review follow-up fixes. Previous tag in this fork was v9.1.0 (first release from somanysteves/bug.n, bundling upstream's post-v9.0.2 work and fork-specific changes). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
Prepares the codebase for the v9.2.0 release by updating embedded version strings in the AutoHotkey sources (including both the main bugn.exe entry point and the bugn-bench.exe perf harness entry point).
Changes:
- Bumped
@versionheaders from9.1.0→9.2.0across coresrc/*.ahkmodules. - Updated runtime
VERSION :=constants insrc/Main.ahkandsrc/Bench_main.ahkto9.2.0.
Reviewed changes
Copilot reviewed 13 out of 13 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| src/App.ahk | Update @version header to 9.2.0 |
| src/Bar.ahk | Update @version header to 9.2.0 |
| src/Bench_main.ahk | Update @version header and VERSION := constant to 9.2.0 |
| src/Config.ahk | Update @version header to 9.2.0 |
| src/Debug.ahk | Update @version header to 9.2.0 |
| src/Main.ahk | Update @version header and VERSION := constant to 9.2.0 |
| src/Main_evalCommand.ahk | Update @version header to 9.2.0 |
| src/Manager.ahk | Update @version header to 9.2.0 |
| src/Monitor.ahk | Update @version header to 9.2.0 |
| src/ResourceMonitor.ahk | Update @version header to 9.2.0 |
| src/Tiler.ahk | Update @version header to 9.2.0 |
| src/View.ahk | Update @version header to 9.2.0 |
| src/Window.ahk | Update @version header to 9.2.0 |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
@versionandVERSION :=strings from 9.1.0 to 9.2.0 acrossall source files (13 files, 15 line changes — pure string swap).
speedups, and view-switch async hide/show that landed in PR Perf: bench harness + view-switch / tiling speedups #8 (merged
as c81c036). Previous fork release was v9.1.0; source has been on
9.1.0 since that tag.
Test plan
build.ps1green (bothbugn.exeandbugn-bench.execompile)test.bat— 38/38 unit tests pass